﻿2026-07-06T05:56:45.3350850Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-06T05:56:45.3351224Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-06T05:56:45.3351466Z [36;1m$PIN = "0c95435"[0m
2026-07-06T05:56:45.3351745Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-06T05:56:45.3351999Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-06T05:56:45.3352363Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-06T05:56:45.3352726Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-06T05:56:45.3353006Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-06T05:56:45.3353322Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-06T05:56:45.3354621Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-06T05:56:45.3354943Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-06T05:56:45.3355230Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-06T05:56:45.3355570Z [36;1m}[0m
2026-07-06T05:56:45.3355739Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-06T05:56:45.3355995Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T05:56:45.3420637Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T05:56:45.3420904Z ##[endgroup]
2026-07-06T05:56:47.7818078Z    Compiling proc-macro2 v1.0.106
2026-07-06T05:56:47.7818402Z    Compiling unicode-ident v1.0.24
2026-07-06T05:56:47.7818633Z    Compiling quote v1.0.45
2026-07-06T05:56:47.7818825Z    Compiling cfg-if v1.0.4
2026-07-06T05:56:47.7820200Z    Compiling serde_core v1.0.228
2026-07-06T05:56:47.7820633Z    Compiling serde v1.0.228
2026-07-06T05:56:47.7820911Z    Compiling windows-link v0.2.1
2026-07-06T05:56:47.7821258Z    Compiling portable-atomic v1.13.1
2026-07-06T05:56:47.7821610Z    Compiling getrandom v0.3.4
2026-07-06T05:56:47.7822016Z    Compiling typenum v1.20.1
2026-07-06T05:56:47.7822520Z    Compiling pin-project-lite v0.2.17
2026-07-06T05:56:47.7823213Z    Compiling version_check v0.9.5
2026-07-06T05:56:47.7824199Z    Compiling shlex v2.0.1
2026-07-06T05:56:47.7829535Z    Compiling find-msvc-tools v0.1.9
2026-07-06T05:56:47.7835002Z    Compiling critical-section v1.2.0
2026-07-06T05:56:47.7836763Z    Compiling memchr v2.8.1
2026-07-06T05:56:47.8481175Z    Compiling windows-sys v0.61.2
2026-07-06T05:56:47.8787696Z    Compiling subtle v2.6.1
2026-07-06T05:56:47.8939555Z    Compiling futures-core v0.3.32
2026-07-06T05:56:47.9067277Z    Compiling smallvec v1.15.1
2026-07-06T05:56:48.0739554Z    Compiling equivalent v1.0.2
2026-07-06T05:56:48.1171356Z    Compiling itoa v1.0.18
2026-07-06T05:56:48.1171814Z    Compiling bytes v1.11.1
2026-07-06T05:56:48.1493554Z    Compiling semver v1.0.28
2026-07-06T05:56:48.1520755Z    Compiling stable_deref_trait v1.2.1
2026-07-06T05:56:48.2331763Z    Compiling log v0.4.32
2026-07-06T05:56:48.2640595Z    Compiling rand_core v0.10.1
2026-07-06T05:56:48.2804838Z    Compiling generic-array v0.14.7
2026-07-06T05:56:48.3045040Z    Compiling slab v0.4.12
2026-07-06T05:56:48.3769084Z    Compiling rustc_version v0.4.1
2026-07-06T05:56:48.4273502Z    Compiling futures-io v0.3.32
2026-07-06T05:56:48.5592370Z    Compiling futures-sink v0.3.32
2026-07-06T05:56:48.5815096Z    Compiling hashbrown v0.17.1
2026-07-06T05:56:48.5825846Z    Compiling futures-task v0.3.32
2026-07-06T05:56:48.6659530Z    Compiling rustversion v1.0.22
2026-07-06T05:56:48.7835505Z    Compiling getrandom v0.2.17
2026-07-06T05:56:48.7960867Z    Compiling getrandom v0.4.2
2026-07-06T05:56:48.8320899Z    Compiling cpufeatures v0.2.17
2026-07-06T05:56:48.8954324Z    Compiling fnv v1.0.7
2026-07-06T05:56:48.8978819Z    Compiling libc v0.2.186
2026-07-06T05:56:48.9367170Z    Compiling cfg_aliases v0.2.1
2026-07-06T05:56:49.0823872Z    Compiling strsim v0.11.1
2026-07-06T05:56:49.1455844Z    Compiling jobserver v0.1.34
2026-07-06T05:56:49.2109903Z    Compiling futures-channel v0.3.32
2026-07-06T05:56:49.2390654Z    Compiling autocfg v1.5.1
2026-07-06T05:56:49.2410466Z    Compiling writeable v0.6.3
2026-07-06T05:56:49.2443768Z    Compiling litemap v0.8.2
2026-07-06T05:56:49.2444873Z    Compiling icu_properties_data v2.2.0
2026-07-06T05:56:49.2885778Z    Compiling fs_extra v1.3.0
2026-07-06T05:56:49.4911540Z    Compiling cc v1.2.63
2026-07-06T05:56:49.4912126Z    Compiling utf8_iter v1.0.4
2026-07-06T05:56:49.4921218Z    Compiling dunce v1.0.5
2026-07-06T05:56:49.6101847Z    Compiling ident_case v1.0.1
2026-07-06T05:56:49.6533129Z    Compiling indexmap v2.14.0
2026-07-06T05:56:49.6705845Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T05:56:49.7209096Z    Compiling syn v2.0.117
2026-07-06T05:56:49.7413149Z    Compiling percent-encoding v2.3.2
2026-07-06T05:56:49.7497358Z    Compiling http v1.4.1
2026-07-06T05:56:49.8049848Z    Compiling crypto-common v0.1.7
2026-07-06T05:56:49.8523972Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:56:49.8751931Z    Compiling cpufeatures v0.3.0
2026-07-06T05:56:49.9513513Z    Compiling thiserror v2.0.18
2026-07-06T05:56:49.9623141Z    Compiling aws-lc-rs v1.17.0
2026-07-06T05:56:49.9706658Z    Compiling scopeguard v1.2.0
2026-07-06T05:56:49.9897983Z    Compiling chacha20 v0.10.0
2026-07-06T05:56:50.0156250Z    Compiling form_urlencoded v1.2.2
2026-07-06T05:56:50.1044554Z    Compiling lock_api v0.4.14
2026-07-06T05:56:50.1786839Z    Compiling block-buffer v0.10.4
2026-07-06T05:56:50.2424006Z    Compiling winapi v0.3.9
2026-07-06T05:56:50.3301177Z    Compiling untrusted v0.9.0
2026-07-06T05:56:50.3804021Z    Compiling cmake v0.1.58
2026-07-06T05:56:50.4210568Z    Compiling bitflags v2.12.1
2026-07-06T05:56:50.4233514Z    Compiling rand v0.10.1
2026-07-06T05:56:50.4253237Z    Compiling num-traits v0.2.19
2026-07-06T05:56:50.5982975Z    Compiling windows-result v0.4.1
2026-07-06T05:56:50.6912895Z    Compiling digest v0.10.7
2026-07-06T05:56:50.7025152Z    Compiling windows-strings v0.5.1
2026-07-06T05:56:50.8161216Z    Compiling rustls v0.23.40
2026-07-06T05:56:50.9181374Z    Compiling heck v0.5.0
2026-07-06T05:56:51.0523284Z    Compiling convert_case v0.10.0
2026-07-06T05:56:51.0523777Z    Compiling anyhow v1.0.102
2026-07-06T05:56:51.0931292Z    Compiling atomic-waker v1.1.2
2026-07-06T05:56:51.1232491Z    Compiling unicode-xid v0.2.6
2026-07-06T05:56:51.1851092Z    Compiling const-oid v0.10.2
2026-07-06T05:56:51.2196262Z    Compiling zerocopy v0.8.50
2026-07-06T05:56:51.2748223Z    Compiling parking_lot_core v0.9.12
2026-07-06T05:56:51.3283396Z    Compiling aws-lc-sys v0.41.0
2026-07-06T05:56:51.3616854Z    Compiling ring v0.17.14
2026-07-06T05:56:51.3617374Z    Compiling httparse v1.10.1
2026-07-06T05:56:51.3617750Z    Compiling http-body v1.0.1
2026-07-06T05:56:51.3987302Z    Compiling curve25519-dalek v4.1.3
2026-07-06T05:56:51.4083842Z    Compiling hybrid-array v0.4.12
2026-07-06T05:56:51.5394355Z    Compiling ahash v0.8.12
2026-07-06T05:56:51.5775749Z    Compiling powerfmt v0.2.0
2026-07-06T05:56:51.6018732Z    Compiling either v1.16.0
2026-07-06T05:56:51.7691721Z    Compiling base64ct v1.8.3
2026-07-06T05:56:51.7759007Z    Compiling fastrand v2.4.1
2026-07-06T05:56:51.8862194Z    Compiling deranged v0.5.8
2026-07-06T05:56:52.0024654Z    Compiling uuid v1.23.2
2026-07-06T05:56:52.0531878Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T05:56:52.0622752Z    Compiling rand_core v0.6.4
2026-07-06T05:56:52.0792370Z    Compiling num-conv v0.2.2
2026-07-06T05:56:52.1271727Z    Compiling pkg-config v0.3.33
2026-07-06T05:56:52.2704744Z    Compiling vcpkg v0.2.15
2026-07-06T05:56:52.2886548Z    Compiling base64 v0.22.1
2026-07-06T05:56:52.2887463Z    Compiling time-core v0.1.8
2026-07-06T05:56:52.3204750Z    Compiling zmij v1.0.21
2026-07-06T05:56:52.4154136Z    Compiling try-lock v0.2.5
2026-07-06T05:56:52.4977145Z    Compiling data-encoding v2.11.0
2026-07-06T05:56:52.5127005Z    Compiling tower-service v0.3.3
2026-07-06T05:56:52.5544808Z    Compiling tinyvec_macros v0.1.1
2026-07-06T05:56:52.8118940Z    Compiling want v0.3.1
2026-07-06T05:56:52.8433592Z    Compiling tinyvec v1.11.0
2026-07-06T05:56:52.8555700Z    Compiling parking_lot v0.12.5
2026-07-06T05:56:52.8919400Z    Compiling block-buffer v0.12.0
2026-07-06T05:56:52.8920819Z    Compiling crypto-common v0.2.2
2026-07-06T05:56:53.1486312Z    Compiling sha2 v0.10.9
2026-07-06T05:56:53.1930621Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:56:53.1941807Z    Compiling vergen-lib v9.1.0
2026-07-06T05:56:53.2062212Z    Compiling inout v0.1.4
2026-07-06T05:56:53.2660624Z    Compiling n0-future v0.3.2
2026-07-06T05:56:53.2849639Z    Compiling httpdate v1.0.3
2026-07-06T05:56:53.4008958Z    Compiling synstructure v0.13.2
2026-07-06T05:56:53.4303903Z    Compiling darling_core v0.20.11
2026-07-06T05:56:53.5735406Z    Compiling serde_json v1.0.150
2026-07-06T05:56:53.5797485Z    Compiling cordyceps v0.3.4
2026-07-06T05:56:53.6096729Z    Compiling crossbeam-utils v0.8.21
2026-07-06T05:56:53.6543992Z    Compiling diatomic-waker v0.2.3
2026-07-06T05:56:53.6712930Z    Compiling signature v2.2.0
2026-07-06T05:56:53.7544514Z    Compiling spin v0.10.0
2026-07-06T05:56:53.7676108Z    Compiling parking v2.2.1
2026-07-06T05:56:53.9376510Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-06T05:56:53.9489492Z    Compiling winnow v1.0.3
2026-07-06T05:56:53.9489959Z    Compiling futures-lite v2.6.1
2026-07-06T05:56:53.9819288Z    Compiling futures-buffered v0.2.13
2026-07-06T05:56:54.0900833Z    Compiling ed25519 v2.2.3
2026-07-06T05:56:54.2096490Z    Compiling digest v0.11.3
2026-07-06T05:56:54.3485759Z    Compiling cipher v0.4.4
2026-07-06T05:56:54.3940093Z    Compiling vergen-lib v0.1.6
2026-07-06T05:56:54.5048069Z    Compiling vergen v9.1.0
2026-07-06T05:56:54.5200988Z    Compiling universal-hash v0.5.1
2026-07-06T05:56:54.5339173Z    Compiling noq-udp v0.10.0
2026-07-06T05:56:54.6664009Z    Compiling heapless v0.7.17
2026-07-06T05:56:54.6767772Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T05:56:54.6973251Z    Compiling sync_wrapper v1.0.2
2026-07-06T05:56:54.7196510Z    Compiling byteorder v1.5.0
2026-07-06T05:56:54.8156340Z    Compiling opaque-debug v0.3.1
2026-07-06T05:56:54.8261430Z    Compiling allocator-api2 v0.2.21
2026-07-06T05:56:54.8927924Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T05:56:54.9357770Z    Compiling hash32 v0.2.1
2026-07-06T05:56:54.9579492Z    Compiling polyval v0.6.2
2026-07-06T05:56:55.2471247Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T05:56:55.2573310Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:56:55.2819246Z    Compiling spin v0.9.8
2026-07-06T05:56:55.3888962Z    Compiling windows-threading v0.2.1
2026-07-06T05:56:55.6217026Z    Compiling socket2 v0.6.4
2026-07-06T05:56:55.6372793Z    Compiling mio v1.2.1
2026-07-06T05:56:55.7423934Z    Compiling ryu v1.0.23
2026-07-06T05:56:55.8403547Z    Compiling fallible-iterator v0.3.0
2026-07-06T05:56:55.8798187Z    Compiling serde_derive v1.0.228
2026-07-06T05:56:55.8875704Z    Compiling zeroize_derive v1.4.3
2026-07-06T05:56:55.9104451Z    Compiling zerofrom-derive v0.1.7
2026-07-06T05:56:56.0597581Z    Compiling yoke-derive v0.8.2
2026-07-06T05:56:56.2928283Z    Compiling tokio-macros v2.7.0
2026-07-06T05:56:56.3498430Z    Compiling futures-macro v0.3.32
2026-07-06T05:56:56.4281740Z    Compiling zerovec-derive v0.11.3
2026-07-06T05:56:56.4493819Z    Compiling displaydoc v0.2.6
2026-07-06T05:56:56.5418544Z    Compiling tracing-attributes v0.1.31
2026-07-06T05:56:56.5763039Z    Compiling thiserror-impl v2.0.18
2026-07-06T05:56:56.8287837Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T05:56:56.9735178Z    Compiling zeroize v1.8.2
2026-07-06T05:56:57.0552518Z    Compiling darling_macro v0.20.11
2026-07-06T05:56:57.4143611Z    Compiling rustls-pki-types v1.14.1
2026-07-06T05:56:57.4244833Z    Compiling tokio v1.52.3
2026-07-06T05:56:57.4523754Z    Compiling futures-util v0.3.32
2026-07-06T05:56:57.5353747Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:56:57.7199015Z    Compiling windows-interface v0.59.3
2026-07-06T05:56:57.7516660Z    Compiling spez v0.1.2
2026-07-06T05:56:57.7518462Z    Compiling darling v0.20.11
2026-07-06T05:56:57.7575731Z    Compiling windows-implement v0.60.2
2026-07-06T05:56:57.8045663Z    Compiling zerofrom v0.1.8
2026-07-06T05:56:58.0135784Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:56:58.1541601Z    Compiling yoke v0.8.3
2026-07-06T05:56:58.1853128Z    Compiling n0-error-macros v0.1.3
2026-07-06T05:56:58.4571591Z    Compiling der v0.8.0-rc.10
2026-07-06T05:56:58.4727850Z    Compiling zerovec v0.11.6
2026-07-06T05:56:58.5973736Z    Compiling zerotrie v0.2.4
2026-07-06T05:56:58.6475723Z    Compiling pin-project-internal v1.1.13
2026-07-06T05:56:58.9352631Z    Compiling windows-core v0.62.2
2026-07-06T05:56:58.9607811Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T05:56:59.2440218Z    Compiling tinystr v0.8.3
2026-07-06T05:56:59.2689836Z    Compiling potential_utf v0.1.5
2026-07-06T05:56:59.3459876Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T05:56:59.5088841Z    Compiling icu_locale_core v2.2.0
2026-07-06T05:56:59.5089451Z    Compiling icu_collections v2.2.0
2026-07-06T05:56:59.5179324Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:56:59.5669241Z    Compiling n0-error v0.1.3
2026-07-06T05:56:59.5679532Z    Compiling ed25519-dalek v2.2.0
2026-07-06T05:56:59.8942652Z    Compiling spki v0.8.0-rc.4
2026-07-06T05:57:00.1236853Z    Compiling derive_builder v0.20.2
2026-07-06T05:57:00.1998189Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T05:57:00.2580220Z    Compiling pin-project v1.1.13
2026-07-06T05:57:00.2796660Z    Compiling signature v3.0.0
2026-07-06T05:57:00.4433248Z    Compiling tower-layer v0.3.3
2026-07-06T05:57:00.5265732Z    Compiling icu_provider v2.2.0
2026-07-06T05:57:00.5636334Z    Compiling spt-proto v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-06T05:57:00.5946090Z    Compiling proc-macro-crate v3.5.0
2026-07-06T05:57:00.6066876Z    Compiling windows-collections v0.3.2
2026-07-06T05:57:00.7245124Z    Compiling futures-executor v0.3.32
2026-07-06T05:57:00.7492835Z    Compiling windows-numerics v0.3.1
2026-07-06T05:57:00.8557179Z    Compiling icu_normalizer v2.2.0
2026-07-06T05:57:00.9226680Z    Compiling icu_properties v2.2.0
2026-07-06T05:57:00.9434680Z    Compiling futures v0.3.32
2026-07-06T05:57:01.0147065Z    Compiling windows-future v0.3.2
2026-07-06T05:57:01.1097410Z    Compiling ipnet v2.12.0
2026-07-06T05:57:01.1676424Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T05:57:01.2562434Z    Compiling cobs v0.3.0
2026-07-06T05:57:01.3033711Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T05:57:01.4113767Z    Compiling postcard-derive v0.2.2
2026-07-06T05:57:01.4713873Z    Compiling windows-targets v0.52.6
2026-07-06T05:57:01.6245055Z    Compiling prefix-trie v0.8.4
2026-07-06T05:57:01.6445389Z    Compiling once_cell v1.21.4
2026-07-06T05:57:01.6977613Z    Compiling ghash v0.5.1
2026-07-06T05:57:01.7904995Z    Compiling ctr v0.9.2
2026-07-06T05:57:01.8751732Z    Compiling tracing-core v0.1.36
2026-07-06T05:57:01.9042053Z    Compiling tokio-util v0.7.18
2026-07-06T05:57:01.9512085Z    Compiling aes v0.8.4
2026-07-06T05:57:01.9583822Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T05:57:01.9584256Z    Compiling fs2 v0.4.3
2026-07-06T05:57:02.0282815Z    Compiling time v0.3.47
2026-07-06T05:57:02.1003212Z    Compiling http-body-util v0.1.3
2026-07-06T05:57:02.1817306Z    Compiling idna_adapter v1.2.2
2026-07-06T05:57:02.2341524Z    Compiling hashbrown v0.14.5
2026-07-06T05:57:02.2614414Z    Compiling derive_more v2.1.1
2026-07-06T05:57:02.3031889Z    Compiling aead v0.5.2
2026-07-06T05:57:02.3397451Z    Compiling tracing v0.1.44
2026-07-06T05:57:02.3949181Z    Compiling idna v1.1.0
2026-07-06T05:57:02.4780271Z    Compiling arrayvec v0.7.6
2026-07-06T05:57:02.4783995Z    Compiling utf8parse v0.2.2
2026-07-06T05:57:02.6326923Z    Compiling ipconfig v0.3.4
2026-07-06T05:57:02.7542655Z    Compiling url v2.5.8
2026-07-06T05:57:02.8008325Z    Compiling h2 v0.4.14
2026-07-06T05:57:02.8686924Z    Compiling hashlink v0.9.1
2026-07-06T05:57:02.9105084Z    Compiling widestring v1.2.1
2026-07-06T05:57:02.9235993Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T05:57:02.9390609Z    Compiling aes-gcm v0.10.3
2026-07-06T05:57:03.2377988Z    Compiling rusqlite v0.32.1
2026-07-06T05:57:03.2672672Z    Compiling postcard v1.1.3
2026-07-06T05:57:03.2808430Z    Compiling data-encoding-macro v0.1.20
2026-07-06T05:57:03.2810268Z    Compiling tower v0.5.3
2026-07-06T05:57:03.2810848Z    Compiling windows v0.62.2
2026-07-06T05:57:03.3851950Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:57:03.4515570Z    Compiling windows-sys v0.59.0
2026-07-06T05:57:03.5318202Z    Compiling num_enum_derive v0.7.6
2026-07-06T05:57:03.5948156Z    Compiling chrono v0.4.45
2026-07-06T05:57:03.8509291Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T05:57:03.8867774Z    Compiling crossbeam-channel v0.5.15
2026-07-06T05:57:03.9817474Z    Compiling strum_macros v0.28.0
2026-07-06T05:57:04.2799962Z    Compiling spt-store v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-06T05:57:04.3471642Z    Compiling async-trait v0.1.89
2026-07-06T05:57:04.4687655Z    Compiling enum-assoc v1.3.0
2026-07-06T05:57:04.6135519Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T05:57:04.6571281Z    Compiling blake3 v1.8.5
2026-07-06T05:57:04.7474628Z    Compiling windows-registry v0.6.1
2026-07-06T05:57:05.0186320Z    Compiling memoffset v0.6.5
2026-07-06T05:57:05.1820946Z    Compiling netwatch v0.16.0
2026-07-06T05:57:05.1821412Z    Compiling noq v0.18.0
2026-07-06T05:57:05.3205191Z    Compiling acto v0.8.2
2026-07-06T05:57:05.3351485Z    Compiling xml-rs v0.8.28
2026-07-06T05:57:05.5342971Z    Compiling identity-hash v0.1.0
2026-07-06T05:57:05.6420216Z    Compiling thiserror v1.0.69
2026-07-06T05:57:05.7331793Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T05:57:05.7923611Z    Compiling lru-slab v0.1.2
2026-07-06T05:57:05.7924164Z    Compiling rustc-hash v2.1.2
2026-07-06T05:57:05.8006316Z    Compiling tagptr v0.2.0
2026-07-06T05:57:05.8881228Z    Compiling ref-cast v1.0.25
2026-07-06T05:57:05.9122670Z    Compiling foldhash v0.2.0
2026-07-06T05:57:05.9625213Z    Compiling mac-addr v0.3.0
2026-07-06T05:57:05.9681974Z    Compiling xmltree v0.10.3
2026-07-06T05:57:06.0003002Z    Compiling moka v0.12.15
2026-07-06T05:57:06.0926855Z    Compiling hashbrown v0.16.1
2026-07-06T05:57:06.2557315Z    Compiling netdev v0.42.0
2026-07-06T05:57:06.3473730Z    Compiling iroh-metrics v0.38.3
2026-07-06T05:57:06.4533505Z    Compiling num_enum v0.7.6
2026-07-06T05:57:06.6418415Z    Compiling spt-msg v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-06T05:57:06.7335182Z    Compiling hyper v1.10.1
2026-07-06T05:57:06.8321397Z    Compiling strum v0.28.0
2026-07-06T05:57:06.8928921Z    Compiling iroh-relay v0.98.0
2026-07-06T05:57:06.8931104Z    Compiling tower-http v0.6.11
2026-07-06T05:57:07.0798392Z    Compiling iroh-base v0.98.0
2026-07-06T05:57:07.0798888Z    Compiling attohttpc v0.30.1
2026-07-06T05:57:07.1036324Z    Compiling n0-watcher v0.6.1
2026-07-06T05:57:07.1463472Z    Compiling tokio-stream v0.1.18
2026-07-06T05:57:07.3030084Z    Compiling toml_datetime v0.6.11
2026-07-06T05:57:07.4489205Z    Compiling serde_spanned v0.6.9
2026-07-06T05:57:07.4558242Z    Compiling thiserror-impl v1.0.69
2026-07-06T05:57:07.4911383Z    Compiling ref-cast-impl v1.0.25
2026-07-06T05:57:07.6090043Z    Compiling serde_derive_internals v0.29.1
2026-07-06T05:57:07.7566390Z    Compiling simple-dns v0.9.3
2026-07-06T05:57:07.7824189Z    Compiling serial-core v0.4.0
2026-07-06T05:57:07.8362557Z    Compiling aho-corasick v1.1.4
2026-07-06T05:57:07.9475682Z    Compiling constant_time_eq v0.4.2
2026-07-06T05:57:08.1139950Z    Compiling hyper-util v0.1.20
2026-07-06T05:57:08.1770122Z    Compiling arrayref v0.3.9
2026-07-06T05:57:08.1894450Z    Compiling toml_write v0.1.2
2026-07-06T05:57:08.3231085Z    Compiling simdutf8 v0.1.5
2026-07-06T05:57:08.3232826Z    Compiling smol_str v0.1.24
2026-07-06T05:57:08.4250690Z    Compiling winreg v0.10.1
2026-07-06T05:57:08.4724937Z    Compiling regex-syntax v0.8.10
2026-07-06T05:57:08.7122159Z    Compiling resolv-conf v0.7.6
2026-07-06T05:57:08.7302206Z    Compiling sha1_smol v1.0.1
2026-07-06T05:57:08.7865234Z    Compiling winnow v0.7.15
2026-07-06T05:57:09.1021735Z    Compiling iroh-dns v0.98.0
2026-07-06T05:57:09.2044153Z    Compiling schemars_derive v1.2.1
2026-07-06T05:57:09.4953667Z    Compiling serial-windows v0.4.0
2026-07-06T05:57:09.6298269Z    Compiling igd-next v0.17.1
2026-07-06T05:57:09.8095889Z    Compiling lru v0.16.4
2026-07-06T05:57:09.8530750Z    Compiling webpki-roots v1.0.7
2026-07-06T05:57:09.8799491Z    Compiling seize v0.5.1
2026-07-06T05:57:10.0415933Z    Compiling darling_core v0.23.0
2026-07-06T05:57:10.0530875Z    Compiling serde_bytes v0.11.19
2026-07-06T05:57:10.0989299Z    Compiling hmac v0.12.1
2026-07-06T05:57:10.1579044Z    Compiling iroh v0.98.2
2026-07-06T05:57:10.2884285Z    Compiling dyn-clone v1.0.20
2026-07-06T05:57:10.3575125Z    Compiling cmov v0.5.4
2026-07-06T05:57:10.4057876Z    Compiling anstyle v1.0.14
2026-07-06T05:57:10.4750027Z    Compiling regex-automata v0.4.14
2026-07-06T05:57:10.5613528Z    Compiling pin-utils v0.1.0
2026-07-06T05:57:10.7330551Z    Compiling toml_edit v0.22.27
2026-07-06T05:57:10.7389324Z    Compiling once_cell_polyfill v1.70.2
2026-07-06T05:57:10.7510288Z    Compiling bitflags v1.3.2
2026-07-06T05:57:10.7642390Z    Compiling lazy_static v1.5.0
2026-07-06T05:57:10.8599204Z    Compiling shared_library v0.1.9
2026-07-06T05:57:10.8855852Z    Compiling anstyle-wincon v3.0.11
2026-07-06T05:57:10.8926683Z    Compiling nix v0.25.1
2026-07-06T05:57:10.9389381Z    Compiling ctutils v0.4.2
2026-07-06T05:57:10.9841909Z    Compiling hkdf v0.12.4
2026-07-06T05:57:11.0249232Z    Compiling papaya v0.2.4
2026-07-06T05:57:11.0954216Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:57:11.2203628Z    Compiling serial v0.4.0
2026-07-06T05:57:11.2587463Z    Compiling filedescriptor v0.8.3
2026-07-06T05:57:11.3665035Z    Compiling anstyle-parse v1.0.0
2026-07-06T05:57:11.3866763Z    Compiling backon v1.6.0
2026-07-06T05:57:11.5463020Z    Compiling anstyle-query v1.1.5
2026-07-06T05:57:11.5964885Z    Compiling schemars v1.2.1
2026-07-06T05:57:11.5993062Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T05:57:11.6088502Z    Compiling downcast-rs v1.2.1
2026-07-06T05:57:11.6431312Z    Compiling foldhash v0.1.5
2026-07-06T05:57:11.7589423Z    Compiling instability v0.3.12
2026-07-06T05:57:11.7777696Z    Compiling shell-words v1.1.1
2026-07-06T05:57:11.7830519Z    Compiling colorchoice v1.0.5
2026-07-06T05:57:11.9201759Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T05:57:11.9368491Z    Compiling paste v1.0.15
2026-07-06T05:57:11.9511365Z    Compiling hashbrown v0.15.5
2026-07-06T05:57:12.1004572Z    Compiling anstream v1.0.0
2026-07-06T05:57:12.1391349Z    Compiling vte v0.13.1
2026-07-06T05:57:12.1798659Z    Compiling portable-pty v0.8.1
2026-07-06T05:57:12.3645998Z    Compiling spake2 v0.4.0
2026-07-06T05:57:12.6433168Z    Compiling strum_macros v0.26.4
2026-07-06T05:57:12.6920139Z    Compiling terminal_size v0.4.4
2026-07-06T05:57:12.7213554Z    Compiling regex v1.12.3
2026-07-06T05:57:12.7759647Z    Compiling toml v0.8.23
2026-07-06T05:57:12.9883027Z    Compiling crossterm_winapi v0.9.1
2026-07-06T05:57:13.0293081Z    Compiling itertools v0.13.0
2026-07-06T05:57:13.1007824Z    Compiling sha1 v0.10.6
2026-07-06T05:57:13.4417026Z    Compiling wmi v0.18.4
2026-07-06T05:57:13.4614954Z    Compiling spt-runtime v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-06T05:57:13.4953796Z    Compiling castaway v0.2.4
2026-07-06T05:57:13.6631295Z    Compiling unicode-width v0.1.14
2026-07-06T05:57:13.7452274Z    Compiling indoc v2.0.7
2026-07-06T05:57:13.8712087Z    Compiling darling_macro v0.23.0
2026-07-06T05:57:13.9345482Z    Compiling static_assertions v1.1.0
2026-07-06T05:57:13.9851492Z    Compiling recvmsg v1.0.0
2026-07-06T05:57:14.0971301Z    Compiling doctest-file v1.1.1
2026-07-06T05:57:14.4192568Z    Compiling clap_lex v1.1.0
2026-07-06T05:57:14.4364822Z    Compiling darling v0.23.0
2026-07-06T05:57:14.4823560Z    Compiling compact_str v0.8.2
2026-07-06T05:57:14.7756546Z    Compiling interprocess v2.4.2
2026-07-06T05:57:14.8191238Z    Compiling clap_builder v4.6.0
2026-07-06T05:57:14.9132068Z    Compiling unicode-truncate v1.1.0
2026-07-06T05:57:15.0692957Z    Compiling strum v0.26.3
2026-07-06T05:57:15.1717308Z    Compiling crossterm v0.28.1
2026-07-06T05:57:15.2675067Z    Compiling spt-term v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-06T05:57:15.5166077Z    Compiling portmapper v0.16.0
2026-07-06T05:57:16.0286578Z    Compiling lru v0.12.5
2026-07-06T05:57:16.0596394Z    Compiling spt-live v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-06T05:57:16.2860693Z    Compiling clap_derive v4.6.1
2026-07-06T05:57:16.4796893Z    Compiling cassowary v0.3.0
2026-07-06T05:57:16.5610080Z    Compiling error-code v3.3.2
2026-07-06T05:57:16.6123813Z    Compiling unicode-width v0.2.0
2026-07-06T05:57:16.8818175Z    Compiling clipboard-win v5.4.1
2026-07-06T05:57:17.0682265Z    Compiling ratatui v0.29.0
2026-07-06T05:57:17.1174033Z    Compiling nucleo-matcher v0.3.1
2026-07-06T05:57:17.1190305Z    Compiling qrcode v0.14.1
2026-07-06T05:57:17.1914306Z    Compiling tempfile v3.27.0
2026-07-06T05:57:18.5580170Z    Compiling clap v4.6.1
2026-07-06T05:57:31.6933358Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:57:34.1330842Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:57:34.1331169Z    Compiling noq-proto v0.17.0
2026-07-06T05:57:34.1331457Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:57:34.2778309Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:57:34.2779266Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:57:34.2779630Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:57:34.4281458Z    Compiling reqwest v0.13.4
2026-07-06T05:57:35.3658233Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:57:52.2562416Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-06T05:57:53.7226846Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-06T05:58:03.2213280Z    Compiling spt v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-06T05:58:11.2256940Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
2026-07-06T05:58:11.2501967Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-e8329339fd16cbd9.exe)
2026-07-06T05:58:11.3044725Z 
2026-07-06T05:58:11.3045092Z running 1 test
2026-07-06T05:58:18.4122009Z test new_brain_serves_against_old_broker ... ok
2026-07-06T05:58:18.4122253Z 
2026-07-06T05:58:18.4122507Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.11s
2026-07-06T05:58:18.4122771Z 
